From 83b975762f5b1c32ca36870c8873846c0a1ca649 Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Fri, 13 Jul 2007 15:23:24 -0500 Subject: [PATCH] [XEN][POWERPC] Fix build after NUMA nodemask changes. Signed-off-by: Jerone Young Signed-off-by: Hollis Blanchard --- xen/arch/powerpc/sysctl.c | 1 + xen/include/asm-powerpc/numa.h | 1 + 2 files changed, 2 insertions(+) diff --git a/xen/arch/powerpc/sysctl.c b/xen/arch/powerpc/sysctl.c index 5f9a5432c8..ae5ce508ed 100644 --- a/xen/arch/powerpc/sysctl.c +++ b/xen/arch/powerpc/sysctl.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/xen/include/asm-powerpc/numa.h b/xen/include/asm-powerpc/numa.h index 1fa9f6c99e..bd33fb192a 100644 --- a/xen/include/asm-powerpc/numa.h +++ b/xen/include/asm-powerpc/numa.h @@ -1,2 +1,3 @@ +#include #include "../asm-x86/numa.h" extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); -- 2.30.2